mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2025-12-18 01:03:31 +00:00
Added new bash script logic to better sequentially sort channels by channel number.
This commit is contained in:
@@ -24,7 +24,7 @@ CHANNEL_DIR_INCREMENT_SYMBOL="_"
|
||||
#----END EDITABLE VARS-------
|
||||
|
||||
# Scan the dir to see how many channels there are, store them in an arr.
|
||||
CHANNEL_DIR_ARR=( $(find . -maxdepth 1 -type d -name '*'"$CHANNEL_DIR_INCREMENT_SYMBOL"'[[:digit:]]*' -printf "%P\n") )
|
||||
CHANNEL_DIR_ARR=( $(find . -maxdepth 1 -type d -name '*'"$CHANNEL_DIR_INCREMENT_SYMBOL"'[[:digit:]]*' -printf "%P\n" | sort -t_ -n) )
|
||||
|
||||
# If this script see's there are multiple channels,
|
||||
# then loop through each channel and run clone the repo there
|
||||
|
||||
Reference in New Issue
Block a user