mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2024-11-22 16:11:32 +00:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
|
#!/bin/sh
|
||
|
# -*- coding: utf-8 -*-
|
||
|
echo "kek"
|
||
|
echo $@
|
||
|
python3 src/main.py $@
|