mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-12 13:34:29 +01:00
WIP: Forgotten
This commit is contained in:
parent
af0740386d
commit
8d287c3e66
6 changed files with 71 additions and 3 deletions
14
bin/tdm-show-help
Executable file
14
bin/tdm-show-help
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
##
|
||||
## Creates cbz archive from supplied folder.
|
||||
##
|
||||
SCRIPT_PATH=$1
|
||||
FILENAME=$(basename $1)
|
||||
|
||||
echo $FILENAME
|
||||
grep "\#\#" $1 | cut -d\# -f3-
|
||||
echo
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue