Lin Htut Kyaw

Results 3 comments of Lin Htut Kyaw

Pretty cool. And thanks Chris. Since I love fish shell. This is the translation. # hastebin function hb if test (count $argv) = 0 echo "No file path specified." return...

Pretty cool. And thanks Chris. Since I love fish shell. This is the translation. ``` # hastebin function hb if test (count $argv) = 0 echo "No file path specified."...

This is my systemd service profile for it so that it boots up on startup. ``` [Unit] Description=Frog Server After=network.target [Service] ExecStart=/usr/local/bin/frog -s Restart=always RestartSec=5s # StandardOutput=syslog # StandardError=syslog #...