Small collection of Bash scripts to launch functionalities in folders when new files appear, such as optimizing videos, converting images or battery management.
Go to file
Andros Fenollosa e599f1c7f7 Update folder
2023-04-18 12:38:12 +02:00
decompress.sh Create decompress.sh 2023-03-22 00:33:13 +01:00
download-file.sh Create download-file.sh 2023-03-22 00:28:24 +01:00
dynamic-video-to-mp4.sh Finish first script 2023-04-04 09:14:11 +02:00
high-battery.sh update 2023-03-27 14:38:18 +02:00
image-to-webp.sh Create image-to-webp.sh 2023-03-22 00:41:46 +01:00
LICENSE Initial commit 2023-03-21 19:06:21 +01:00
low-battery.sh update 2023-03-27 14:38:18 +02:00
random-image.sh Create random-image.sh 2023-03-22 00:30:07 +01:00
README.md Update folder 2023-04-18 12:38:12 +02:00
send-my-inbox.sh Create send-my-inbox.sh 2023-03-26 23:53:15 +02:00
share-file.sh Create share-file.sh 2023-03-22 00:40:59 +01:00

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]