mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-04 00:48:45 -04:00
12 lines
No EOL
183 B
Bash
Executable file
12 lines
No EOL
183 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd ./static
|
|
|
|
# remove files
|
|
rm -rf dnd_none.svg all_scroll.svg
|
|
|
|
# creating symbolic links
|
|
ln -s ./move.svg ./dnd_none.svg
|
|
ln -s ./move.svg ./all_scroll.svg
|
|
|
|
cd .. |