mirror of
https://github.com/sheumann/hush.git
synced 2025-02-05 21:30:50 +00:00
4 lines
28 B
Plaintext
4 lines
28 B
Plaintext
|
a=/b/c/*
|
||
|
b=\\
|
||
|
echo ${a%$b*}
|