mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-03-18 11:44:25 +00:00
6 lines
77 B
Text
6 lines
77 B
Text
|
#!/bin/sh
|
||
|
# -*- coding: utf-8 -*-
|
||
|
echo "kek"
|
||
|
echo $@
|
||
|
python3 src/main.py $@
|