mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-11 04:38:59 +01:00
7 lines
50 B
Bash
Executable File
7 lines
50 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -e
|
|
cd /etc
|
|
cat fstab > /dev/null
|
|
|