mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-14 14:35:42 +01:00
Small collection of Bash scripts to launch functionalities in folders when new files appear, such as optimizing videos, converting images or battery management.
decompress.sh | ||
download-file.sh | ||
dynamic-video-to-mp4.sh | ||
high-battery.sh | ||
image-to-webp.sh | ||
LICENSE | ||
low-battery.sh | ||
random-image.sh | ||
README.md | ||
send-my-inbox.sh | ||
share-file.sh |
Dynamic folders
Collection of Bash scripts that execute functionalities in folders.
Video to mp4
Install
Run
Service
wget /etc/systemd/system/github-runner-glosa.service
curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza && chmod +x maza && sudo mv maza /usr/local/bin
[Unit]
Description=Github runner glosa
After=network.target
[Service]
Restart=always
RestartSec=5
User=github
Group=github
Restart=always
WorkingDirectory=/home/github/actions-runner
ExecStart=/home/user/
[Install]
WantedBy=multi-user.target
Development
Check syntax
shellcheck [script]