Andros Fenollosa e599f1c7f7 Update folder
2023-04-18 12:38:12 +02:00
2023-03-22 00:33:13 +01:00
2023-03-22 00:28:24 +01:00
2023-04-04 09:14:11 +02:00
2023-03-27 14:38:18 +02:00
2023-03-22 00:41:46 +01:00
2023-03-21 19:06:21 +01:00
2023-03-27 14:38:18 +02:00
2023-03-22 00:30:07 +01:00
2023-04-18 12:38:12 +02:00
2023-03-26 23:53:15 +02:00
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]
Description
Small collection of Bash scripts to launch functionalities in folders when new files appear, such as optimizing videos, converting images or battery management.
Readme GPL-3.0 164 KiB
Languages
Shell 100%