Added script for remote backups
This commit is contained in:
commit
e27b47d4ee
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
upower -i $(upower -e | grep battery)
|
|
@ -2,8 +2,8 @@ import requests
|
|||
import json
|
||||
import os
|
||||
|
||||
tags = str(input("Enter tags: "))
|
||||
destination = str(input("Enter the directory you want dowload to (the directory will be created if not exists): "))
|
||||
tags = input("Enter tags: ")
|
||||
destination = input("Enter the directory you want dowload to (the directory will be created if not exists): ")
|
||||
done = False
|
||||
|
||||
def download_url(url):
|
||||
|
|
Loading…
Reference in New Issue