6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))
|
|
|
|
$SCRIPT_DIR/clear_data.sh
|
|
$SCRIPT_DIR/create_password.sh |