better file listing for sub folders(and normal listing)
This commit is contained in:
parent
c2e2aac13c
commit
4f54a8c602
9 changed files with 45 additions and 29 deletions
|
@ -1,8 +1,8 @@
|
|||
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Rusty's website/"</INJECT>
|
||||
<p>
|
||||
Folders: <INJECT>cd $CURRENT && ls */ -d | sed 's/\///' | python3 $HOME/bscripts/ls_to_a.py</INJECT>
|
||||
<br>
|
||||
Files: <INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
|
||||
Folders<br> <INJECT>cd $CURRENT && ls */ -d | sed 's/\///' | python3 $HOME/bscripts/ls_to_a.py</INJECT>
|
||||
<br><br>
|
||||
Files<br> <INJECT>cd $CURRENT && ls *.html | python3 $HOME/bscripts/ls_to_a.py</INJECT>
|
||||
</p>
|
||||
|
||||
<h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue