mirror of
https://github.com/anatolykopyl/tt-compiler.git
synced 2026-03-26 13:14:32 +00:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
./download.sh &&
|
|
./concat.sh &&
|
|
./addbg.sh &&
|
|
./uploadanddelete.sh
|