Arbeitsverzeichnis für Pendel-Redaktion. Beinhaltet Skripte sowie alle Pendel-Inhalte.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
username=$(grep -Po "(?<=^host-username ).*" credentials) |
|
refreshcode=$(grep -Po "(?<=^refreshcode ).*" credentials) |
|
chromium-browser http://earls5.uber.space/pendel/leinwand/?refreshcode=$refreshcode |
|
|
|
|