Commit 572fc240 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

fm: Small changes in shell scripts

parent fe040488
#!/bin/bash
echo Get men console
telnet elma 2001
#!/bin/bash
cp log/*.inf /tmp
cp ../log/*.inf /tmp
/usr/bin/geany /tmp/*.inf
rm -f /tmp/*.inf
#!/bin/bash
cp log/*.log /tmp
cp ../log/*.log /tmp
/usr/bin/geany /tmp/*.log
rm -f /tmp/*.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment