ogboot/sources/interface/ConsolaRemota

4 lines
41 B
Bash

#!/bin/bash
chmod +x $1
$1>$2 || exit $?