5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
|
#!/bin/bash
|
||
|
depo="https://notabug.org/milisarge/komutan"
|
||
|
kuryer="/opt/komutan-0"
|
||
|
cd ${kuryer} && sudo iex -S mix
|