5 lines
62 B
Bash
Executable file
5 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PATH=$(dirname "$0")
|
|
cd "$PATH"
|
|
./clear_recent.elf
|