mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
10 lines
123 B
Bash
Executable File
10 lines
123 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -x
|
|
|
|
cd gmi
|
|
ls *.gmi | xargs -I {} ln -s {} {}.txt
|
|
cd ..
|
|
ln -s lol.diff misc/lol.diff.txt
|
|
ln -s pgp pgp.txt
|