mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-27 17:10:55 +08:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#! /bin/sh
|
|
|
|
ls gmi | xargs -I {} ln -s gmi/{} gmi/{}.txt
|
|
ln -s code/lol.diff lol.diff.txt
|
|
ln -s pgp pgp.txt
|