forked from cromer/pamac-classic
6 lines
54 B
Bash
Executable File
6 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p $DESTDIR/$1
|
|
|
|
cp -a $2 $DESTDIR/$1
|