aboutsummaryrefslogtreecommitdiff
path: root/dev.sh
blob: d9c73a3f26a4c0fa313bcc533797efb21d55d518 (plain) (blame)
1
2
3
4
5
#!/bin/sh
while true
do
	ENV=development python3 ykps.py
done