mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-01-15 13:26:40 +00:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
|
#!/bin/sh
|
||
|
# -*- coding: utf-8 -*-
|
||
|
echo "kek"
|
||
|
echo $@
|
||
|
python3 src/main.py $@
|