about summary refs log tree commit diff
path: root/radare2/@install
blob: 6267fb6919e0f98c2079a68318c06abe75b15eb5 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

stow \
    --target="${HOME}" \
    --ignore="^@.*" \
    --verbose \
    radare2

Consider giving Nix/NixOS a try! <3