mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 12:40:33 +00:00
7 lines
122 B
Bash
7 lines
122 B
Bash
#!/bin/bash -eu
|
|
|
|
FILE_PATH="$1"
|
|
|
|
echo "username=$shareuser" > "$FILE_PATH"
|
|
echo "password=$sharepassword" >> "$FILE_PATH"
|