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