mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 08:13:08 +08:00
4 lines
53 B
Bash
4 lines
53 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
ls gmi | xargs -I {} ln -s gmi/{} {}.txt
|