mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-23 23:53:10 +08:00
9 lines
90 B
Bash
Executable File
9 lines
90 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -x
|
|
|
|
cd gmi
|
|
ls *.gmi | xargs -I {} ln -s {} {}.txt
|
|
cd ..
|
|
ln -s pgp pgp.txt
|