small-bin 1.0.4

Sync'eM ALL - File/ Screenshot sync application with SFTP support, and web dashboard.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

echo "Building Small (Rust version)..."
unset CARGO_TARGET_DIR
cargo build --release

echo ""
echo "Build complete!"
echo ""
echo "To install, run: bin/install"