This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
blue='\e[0;34m' | |
red='\e[0;31m' | |
NC='\e[0m' | |
BTRFS_ROOT="/mnt/btrfs" | |
NUM_TO_KEEP=7 | |
new_name=$(date +root_%Y-%m-%d_%T) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Christopher Snowhill <kode54 at gmail dot com> | |
# Contributor: johnnybash <georgpfahler at wachenzell dot org> | |
# Contributor: grmat <grmat at sub dot red> | |
pkgname=opencl-amd | |
pkgdesc="OpenCL userspace driver as provided in the amdgpu-pro driver stack. This package is intended to work along with the free amdgpu stack." | |
pkgver=19.50.967956 | |
pkgrel=2 | |
arch=('x86_64') | |
url='http://www.amd.com' |
OlderNewer