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