Skip to content

Releases: xonixx/serv

serv 1.0.2

28 Sep 13:05
Compare
Choose a tag to compare

Changes in this release: https://github.com/xonixx/serv/milestone/5?closed=1

To install or update the tool simply run (atm Linux 64 only):

sudo bash -e -c "
wget https://github.com/xonixx/serv/releases/download/v1.0.2/serv-linux-amd64 -O/usr/local/bin/serv
chmod +x /usr/local/bin/serv
echo \"serv \$(serv -v) installed successfully\" 
"

serv 1.0.1

03 Aug 22:00
Compare
Choose a tag to compare

Changes in this release: https://github.com/xonixx/serv/milestone/4?closed=1

To install or update the tool simply run (atm Linux 64 only):

sudo bash -e -c "
wget https://github.com/xonixx/serv/releases/download/v1.0.1/serv-linux-amd64 -O/usr/local/bin/serv
chmod +x /usr/local/bin/serv
echo \"serv \$(serv -v) installed successfully\" 
"

serv 1.0.0

06 Oct 17:41
Compare
Choose a tag to compare

Changes in this release: https://github.com/xonixx/serv/milestone/3?closed=1

To update the tool simply run (atm Linux 64 only):

$ sudo bash -e -c "
wget https://github.com/xonixx/serv/releases/download/v1.0.0/serv-linux-amd64 -O/usr/local/bin/serv
chmod +x /usr/local/bin/serv
echo \"serv \$(serv -v) installed successfully\" 
"

serv 0.2.0

22 May 19:09
Compare
Choose a tag to compare

Changes in this release: https://github.com/xonixx/serv/milestone/2?closed=1

To update the tool simply run (atm Linux 64 only):

$ sudo bash -e -c "
wget https://github.com/xonixx/serv/releases/download/v0.2.0/serv-linux-amd64 -O/usr/local/bin/serv
chmod +x /usr/local/bin/serv
echo \"serv \$(serv -v) installed successfully\" 
"

serv 0.1

11 May 18:56
16d25be
Compare
Choose a tag to compare

The initial release of a tool capable of serving single file or a folder (with all files in it) in local network that provides easy way to receive them using common Linux/Unix tools like curl / wget / tar.