Remove tl-clean as it's been implemented in tl-control

This commit is contained in:
Skylar Grant 2024-06-25 09:59:40 -04:00
parent f75026dbcb
commit 24151bd87b
2 changed files with 1 additions and 4 deletions

View File

@ -11,7 +11,7 @@ fi
# Configuration variables # Configuration variables
# Install directory # Install directory
INSTALL_DIR="/usr/local/bin" INSTALL_DIR="/usr/local/bin"
FILE_LIST=("tl-capture" "tl-clean" "tl-control") FILE_LIST=("tl-capture" "tl-control")
# Copy the executable files # Copy the executable files
for file in ${FILE_LIST[@]}; do for file in ${FILE_LIST[@]}; do

View File

@ -1,3 +0,0 @@
#!/bin/bash
SYNCED_DIR="/tmp/TL/synced"
rm "$SYNCED_DIR/".*