File indexer for Unix/Linux

This commit is contained in:
q3aql 2021-04-26 20:20:22 +02:00
parent 8e59069521
commit 2ee2f8564e

12
file-indexer.sh Executable file
View 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