Commit 66bdf0b8 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

fm: Removed unnecessary modules

parent f5b60413
......@@ -45,3 +45,4 @@ all:
clean:
rm -rf ubuntu/$(BOARD)
#!/bin/bash
cd /home/pts/ubuntu/ttlbl
rm -f log/*.log
rm -f log/*.inf
xterm -geometry 80x30+800+0 -title "JPTS Run One Test" -e jpts $1,$2
#!/bin/bash
echo Power OFF ELMA crate
snmpset -v2c -c ADMIN elma 1.3.6.1.4.1.37968.1.1.7.2.1.3.1 i 1
sleep 3
echo Power ON ELMA crate
snmpset -v2c -c ADMIN elma 1.3.6.1.4.1.37968.1.1.7.2.1.3.1 i 0
echo Show system terminal
telnet elma 2001
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