adapted scripts for linux
This commit is contained in:
parent
1c4882c40d
commit
27fc66a8ca
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/env ruby -I lib
|
||||
#!/usr/bin/env -S ruby -I lib
|
||||
require 'rubygems'
|
||||
require 'bundler'
|
||||
begin
|
||||
|
2
bin/sync_linux.sh
Executable file
2
bin/sync_linux.sh
Executable file
@ -0,0 +1,2 @@
|
||||
rsync -r -a -v --exclude ".git" --exclude "pi" --exclude "vendor" --exclude ".bundle" -e "ssh -l pi -p 2222" /home/torsten/ruby-x/rubyx localhost:/home/pi/
|
||||
#afplay /System/Library/Sounds/Morse.aiff
|
Loading…
Reference in New Issue
Block a user