A big renaming
This commit is contained in:
parent
632eff130c
commit
dea4747965
9 changed files with 24 additions and 31 deletions
9
bin/uc
Executable file
9
bin/uc
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
symbol="$1"
|
||||
|
||||
if [ ! "$symbol" ]; then
|
||||
symbol='#'
|
||||
fi
|
||||
|
||||
sed "s!^\($symbol\)*!!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue