5 lines
60 B
Bash
5 lines
60 B
Bash
#!/bin/bash
|
|
|
|
echo -n "unhandled file type; ignoring"
|
|
exit 0
|
#!/bin/bash
|
|
|
|
echo -n "unhandled file type; ignoring"
|
|
exit 0
|