File indexer for Unix/Linux
This commit is contained in:
parent
8e59069521
commit
2ee2f8564e
12
file-indexer.sh
Executable file
12
file-indexer.sh
Executable file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Variable dir
|
||||||
|
current_dir=$(pwd)
|
||||||
|
|
||||||
|
# Run file indexer (dark theme)
|
||||||
|
cd ${current_dir}/dark
|
||||||
|
bash index-dark.sh
|
||||||
|
|
||||||
|
# Run file indexer (light theme)
|
||||||
|
cd ${current_dir}/light
|
||||||
|
bash index-light.sh
|
Loading…
Reference in New Issue
Block a user