mirror of
https://github.com/go-i2p/sam3.git
synced 2025-07-13 20:41:36 -04:00
3 lines
100 B
Bash
Executable File
3 lines
100 B
Bash
Executable File
#! /usr/bin/env sh
|
|
for f in $(ls); do scp $f/*.deb user@192.168.99.106:~/DEBIAN_PKGS/$f/main/; done
|