Skip to content

Commit

Permalink
fixing scripts again
Browse files Browse the repository at this point in the history
  • Loading branch information
robertour authored and khafre1 committed Dec 19, 2023
1 parent 9bc6c93 commit 46e62b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion open_html.sh
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
#!/bin/bash

lynx storage/html/`ls -Art storage/html/ | tail -n $1 | head -n 1 | sed 's/json/html/g'`
lynx storage/html/`ls -Art storage/json/ | tail -n $1 | head -n 1 | sed 's/json/html/g'`
2 changes: 1 addition & 1 deletion open_html5.sh
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
#!/bin/bash

html5-print storage/html/`ls -Art storage/html/ | tail -n $1 | head -n 1 | sed 's/json/html/g'`
html5-print storage/html/`ls -Art storage/json/ | tail -n $1 | head -n 1 | sed 's/json/html/g'`
2 changes: 1 addition & 1 deletion open_plain.sh
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
#!/bin/bash

cat storage/html/`ls -Art storage/html/ | tail -n $1 | head -n 1 | sed 's/json/html/g'`
cat storage/html/`ls -Art storage/json/ | tail -n $1 | head -n 1 | sed 's/json/html/g'`
2 changes: 1 addition & 1 deletion open_tidy.sh
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
#!/bin/bash

tidy storage/html/`ls -Art storage/html/ | tail -n $1 | head -n 1 | sed 's/json/html/g'`
tidy storage/html/`ls -Art storage/json/ | tail -n $1 | head -n 1 | sed 's/json/html/g'`

0 comments on commit 46e62b6

Please sign in to comment.