10 printf 'Usage: %s REMOTE\n' "$exe"
25 file_out
='README.html'
27 pandoc
"$file_src" > "$file_out"
29 local_path
="$file_out"
30 remote_url
=$
(git remote get-url
"$remote")
31 remote_path
="${remote_url}/$file_out"
34 push
) scp
"$local_path" "$remote_path";;
35 pull
) scp
"$remote_path" "$local_path";;
This page took 0.07342 seconds and 4 git commands to generate.