mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 22:14:21 -04:00
7 lines
115 B
Bash
Executable file
7 lines
115 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# remove files
|
|
rm -rf dnd_none.svg
|
|
|
|
# creating symbolic links
|
|
ln -s ./move.svg ./dnd_none.svg
|