Compare commits

..

No commits in common. "7244206de57e7c8bd9641feb50c7d052749207a2" and "683931f6ef7708c3c57a484bb375aedfcf14b8e5" have entirely different histories.

2 changed files with 0 additions and 18 deletions

View File

@ -1 +0,0 @@
ssh emixam@192.168.42.49 cat ~/.ssh/id_ed25519-ldlnet_amsleaveamix | ssh-add -

View File

@ -1,17 +0,0 @@
#!/usr/bin/bash
#
# usage: up_share_file.sh FILE [NAME]
exit_nofile()
{
echo "Give a file to upload";
exit 1;
}
test -f "$1" || exit_nofile
FILE="$1"
REMOTE=${2:-`basename "$FILE"`}
echo put "$FILE" "/home/masq/~masq/$REMOTE" | sftp -q masq@share.freepoteries.fr >/dev/null
echo "https://share.freepoteries.fr/~masq/$REMOTE"