6 lines
71 B
Bash
6 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
VALUE=$(/usr/bin/perl -w /tmp/backupList.pl)
|
||
|
echo $VALUE
|
||
|
|