mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-28 01:40:54 +08:00
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#! /bin/sh
|
|
|
|
ls gmi | xargs -I {} ln -s gmi/{} {}.txt
|
|
ln -s lol.diff lol.diff.txt
|