mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2025-02-20 15:39:15 +08:00
5 lines
87 B
Bash
5 lines
87 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
ls gmi | xargs -I {} ln -s gmi/{} {}.txt
|
||
|
ln -s code/lol.diff lol.diff.txt
|