xero/install.sh

8 lines
50 B
Bash
Raw Normal View History

2023-09-20 07:51:31 -04:00
#!/bin/bash
set -xe
cp xero /usr/bin/xero
exit