Skip to content

Instantly share code, notes, and snippets.

View linyejoe2's full-sized avatar
🎯
Focusing

linyejoe2 linyejoe2

🎯
Focusing
View GitHub Profile
@linyejoe2
linyejoe2 / utility.ts
Last active October 16, 2025 06:58
Typescript utility script
// version 0.0.4
// by Randy Lin
// 2025/10/16
/**
* need to install these depandancy
*
* npm install dayjs
*/
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# don't put duplicate lines or lines starting with space in the history.