Skip to content

Instantly share code, notes, and snippets.

@alexdewar
alexdewar / commit_ls_date.bash
Created December 22, 2022 18:20
Show all commits from different repos on a specified date
#!/bin/bash
if [ $# -ne 1 ];
then echo "Please specify a date"
exit 1
fi
set -e
date=$(date +%Y-%m-%d -d "$1")
echo Showing commits on $date
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
# Contributor: Sven Schneider <archlinux.sandmann@googlemail.com>
pkgname=orocos-kdl-python
_dir=orocos_kinematics_dynamics
_pkgname=python_orocos_kdl
pkgver=1.5.1
pkgrel=1
pkgdesc="The Kinematics and Dynamics Library is a framework for modelling and computation of kinematic chains (Python binding)"
arch=('i686' 'x86_64')